runtime.pollDesc.rd (field)
15 uses
runtime (current package)
netpoll.go#L106: rd int64 // read deadline (a nanotime in the future, -1 when expired)
netpoll.go#L154: if pd.rd < 0 {
netpoll.go#L256: pd.rd = 0
netpoll.go#L370: rd0, wd0 := pd.rd, pd.wd
netpoll.go#L381: pd.rd = d
netpoll.go#L387: combo := pd.rd > 0 && pd.rd == pd.wd
netpoll.go#L393: if pd.rd > 0 {
netpoll.go#L400: resettimer(&pd.rt, pd.rd)
netpoll.go#L402: } else if pd.rd != rd0 || combo != combo0 {
netpoll.go#L404: if pd.rd > 0 {
netpoll.go#L405: modtimer(&pd.rt, pd.rd, 0, rtf, pd.makeArg(), pd.rseq)
netpoll.go#L430: if pd.rd < 0 {
netpoll.go#L618: if pd.rd <= 0 || pd.rt.f == nil {
netpoll.go#L621: pd.rd = -1
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |